Skip to content

Make Hand cursor show a pointing hand on macOS - #308

Merged
prokopyl merged 1 commit into
RustAudio:masterfrom
exa04:master
Aug 6, 2026
Merged

Make Hand cursor show a pointing hand on macOS#308
prokopyl merged 1 commit into
RustAudio:masterfrom
exa04:master

Conversation

@exa04

@exa04 exa04 commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

This PR fixes MouseCursor::Hand incorrectly showing an open hand on macOS by making that cursor a NSCursor::pointerHand instead of a NSCursor::openHand.

This makes the macOS implementation of that cursor consistent with Windows and Linux which both show a pointing hand (respectively IDC_HAND and hand2)

Relevant docs:
https://developer.apple.com/documentation/appkit/nscursor

@prokopyl prokopyl left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the fix!

@prokopyl
prokopyl merged commit 6092a83 into RustAudio:master Aug 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants